os.rawConn.file (field)
11 uses
os (current package)
rawconn.go#L15: file *File
rawconn.go#L19: if err := c.file.checkValid("SyscallConn.Control"); err != nil {
rawconn.go#L22: err := c.file.pfd.RawControl(f)
rawconn.go#L23: runtime.KeepAlive(c.file)
rawconn.go#L28: if err := c.file.checkValid("SyscallConn.Read"); err != nil {
rawconn.go#L31: err := c.file.pfd.RawRead(f)
rawconn.go#L32: runtime.KeepAlive(c.file)
rawconn.go#L37: if err := c.file.checkValid("SyscallConn.Write"); err != nil {
rawconn.go#L40: err := c.file.pfd.RawWrite(f)
rawconn.go#L41: runtime.KeepAlive(c.file)
rawconn.go#L46: return &rawConn{file: file}, nil
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |